From: kfraser@localhost.localdomain Date: Fri, 6 Oct 2006 15:51:10 +0000 (+0100) Subject: [BLKTAP] Fix trivial indentation snafu in previous changeset. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15615^2~32 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=44740083e9ae3ff739f9cf0d49f5280fb2642040;p=xen.git [BLKTAP] Fix trivial indentation snafu in previous changeset. Signed-off-by: Keir Fraser --- diff --git a/tools/blktap/lib/xs_api.c b/tools/blktap/lib/xs_api.c index 86253ca7dd..eded38afdc 100644 --- a/tools/blktap/lib/xs_api.c +++ b/tools/blktap/lib/xs_api.c @@ -180,7 +180,7 @@ char *get_dom_domid(struct xs_handle *h) e = xs_directory(h, xth, "/local/domain", &num); if (e == NULL) - return NULL; + return NULL; for (i = 0; (i < num) && (domid == NULL); i++) { asprintf(&path, "/local/domain/%s/name", e[i]);